﻿# French - commanders

ecchi_fra_petain_character_template = {
    first_name = Philippe
    last_name = Petain
    culture = cu:french
    female = no
    religion = catholic
    ideology = ideology_moderate
    interest_group = ig_armed_forces
	dna = ecchi_dna_philippe_petain
    birth_date = 1856.4.24
    traits = { reserved experienced_artillery_commander basic_offensive_planner }
	commander_rank = default
    commander_usage = {
		country_trigger = {
			exists = c:FRA
			this = c:FRA
		}
		role = general
        earliest_usage_date = 1910.1.1
        latest_usage_date = 1951.7.23
        chance = 90
    }
}

ecchi_fra_de_gaulle_character_template = {
    first_name = Charles
    last_name = de_Gaulle
    culture = cu:french
    female = no
    religion = catholic
    ideology = ideology_jingoist_leader
    interest_group = ig_armed_forces
	dna = ecchi_dna_charles_de_gaulle
    birth_date = 1890.11.22
    traits = { resupply_commander popular_commander basic_political_operator }
	commander_rank = default
    commander_usage = {
		country_trigger = {
			exists = c:FRA
			this = c:FRA
		}
		role = general
        earliest_usage_date = 1916.1.1
        latest_usage_date = 1970.11.9
        chance = 90
    }
}

ecchi_fra_dreyfus_character_template = {
    first_name = Alfred
    last_name = ecchi_Dreyfus
    culture = cu:french
    female = no
    religion = jewish
    ideology = ideology_moderate
    interest_group = ig_armed_forces
	dna = ecchi_dna_alfred_dreyfus
    birth_date = 1859.10.9
    traits = { experienced_artillery_commander persistent }
    commander_rank = default
    commander_usage = {
        country_trigger = {
            exists = c:FRA
            this = c:FRA
        }
        role = general
        earliest_usage_date = 1890.1.1
        latest_usage_date = 1935.7.12
        chance = 25
    }
}

ecchi_fra_zola_character_template = {
    first_name = Emile
    last_name = ecchi_Zola
    culture = cu:french
    female = no
    religion = catholic
    ideology = ideology_reformer
    interest_group = ig_intelligentsia
	dna = ecchi_dna_emile_zola
    birth_date = 1840.4.2
    traits = { brave inspirational_orator romantic }
    interest_group_leader_usage = {
        country_trigger = {
            exists = c:FRA
            this = c:FRA
        }
        interest_group_trigger = {
            is_interest_group_type = ig_intelligentsia
        }
        earliest_usage_date = 1880.1.1
        latest_usage_date = 1902.9.29
        chance = 90
    }
}

ecchi_fra_hugo_character_template = {
    first_name = Victor
    last_name = Hugo
    culture = cu:french
    female = no
    religion = catholic
    ideology = ideology_republican_leader
    interest_group = ig_intelligentsia
	dna = ecchi_dna_victor_hugo
    birth_date = 1802.2.26
    traits = { romantic persistent }
    interest_group_leader_usage = {
        country_trigger = {
            exists = c:FRA
            this = c:FRA
        }
        interest_group_trigger = {
            is_interest_group_type = ig_intelligentsia
        }
        earliest_usage_date = 1841.1.1
        latest_usage_date = 1885.5.22
        chance = 90
    }
}

ecchi_fra_de_tocqueville_character_template = {
    first_name = Alexis
    last_name = ecchi_de_Tocqueville
    culture = cu:french
    female = no
    religion = catholic
    ideology = ideology_republican_leader
    interest_group = ig_intelligentsia
	dna = ecchi_dna_alexis_de_tocqueville
    birth_date = 1805.7.29
    traits = { tactful persistent }
    interest_group_leader_usage = {
        country_trigger = {
            exists = c:FRA
            this = c:FRA
        }
        interest_group_trigger = {
            is_marginal = no
            OR = {
                is_interest_group_type = ig_intelligentsia
                is_interest_group_type = ig_landowners
            }
        }
        earliest_usage_date = 1836.1.1
        latest_usage_date = 1859.4.16
        chance = 90
    }
}